Text Scroller based on applet parameter interface
Parameter | Description | Default Value | Other Value | Sample |
Text(0-n) | For each new line of text increase the number after text by 1. Increasing by any more, will result in missing lines of text. Duplicate numbers will also screw it up. Limits are only set by memory. To leave a blank line set the VALUE to " " (a space in quotes) otherwise any following lines of text won't be displayed |
<PARAM NAME=Text0 VALUE="Text 0"> | ||
color[0-n] | Active text color | 0xFFFFFF(black) | <PARAM NAME=color10 VALUE="0x00FF00"> | |
backgroundcolor[0-n] | Active backgroundColor | 0x000000(white) | <PARAM NAME=backgroundcolor VALUE="0x00FF00"> | |
Font[0-n] | Active Text Font | TimesRoman | Arial, Courier | <PARAM NAME=Font10 VALUE="Arial"> |
Layout[0-n] | Set text style | PLAIN | BOLD, ITALIC | <PARAM NAME=Layout0 VALUE="BOLD"> |
FHeight[0-n] | Set text size | 14 | <PARAM NAME=FHeight VALUE="10"> | |
charSleepTime | Set Char2Char sleep time scrolling ( milliseconds) | 15 | ||
lineSleepTime | Set fast vertical text scrolling ( milliseconds ) | 4 | ||
pageSleepTime | Set pagebreak sleep time ( milliseconds) | 500 | ||
lineColor | Set stop scrolling rectangle color | 0xFF0000 ( red ) |
For more samples see DEMO SAMPLE on Vertical Text Scroller Home Page.
For more information
EMail: alexv@card.rnd.su